Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@matechs/core
Advanced tools
Exposes the core Effect System plus a handful of patched modules from fp-ts, usage like:
Exposes the core Effect System plus a handful of patched modules from fp-ts, usage like:
import * as S from "@matechs/core/Stream"
import { pipe } from "@matechs/core/Function"
import * as T from "@matechs/core/Effect"
pipe(S.repeatedly(1), S.take(10), S.collectArray, T.runToPromiseExit).then(console.log)
yarn add @matechs/core
To come
import "@matechs/core/Apply"
import "@matechs/core/Array"
import "@matechs/core/Base"
import "@matechs/core/Boolean"
import "@matechs/core/ConcurrentRef"
import "@matechs/core/Const"
import "@matechs/core/Deferred"
import "@matechs/core/Do"
import "@matechs/core/Effect"
import "@matechs/core/EffectOption"
import "@matechs/core/Either"
import "@matechs/core/Eq"
import "@matechs/core/Exit"
import "@matechs/core/Function"
import "@matechs/core/Identity"
import "@matechs/core/List"
import "@matechs/core/Magma"
import "@matechs/core/Managed"
import "@matechs/core/Map"
import "@matechs/core/Monoid"
import "@matechs/core/NonEmptyArray"
import "@matechs/core/Option"
import "@matechs/core/Ord"
import "@matechs/core/Function"
import "@matechs/core/Process"
import "@matechs/core/Provider"
import "@matechs/core/Queue"
import "@matechs/core/Random"
import "@matechs/core/Readonly"
import "@matechs/core/Record"
import "@matechs/core/RecursionSchemes"
import "@matechs/core/Ref"
import "@matechs/core/Retry"
import "@matechs/core/Semaphore"
import "@matechs/core/Semigroup"
import "@matechs/core/Service"
import "@matechs/core/Set"
import "@matechs/core/Show"
import "@matechs/core/StateEither"
import "@matechs/core/Stream"
import "@matechs/core/StreamEither"
import "@matechs/core/Support"
import "@matechs/core/These"
import "@matechs/core/Ticket"
import "@matechs/core/Tree"
import "@matechs/core/Tuple"
import "@matechs/core/Utils"
FAQs
Exposes the core Effect System plus a handful of patched modules from fp-ts, usage like:
The npm package @matechs/core receives a total of 91 weekly downloads. As such, @matechs/core popularity was classified as not popular.
We found that @matechs/core demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.